projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb9a7b
)
(redisplay_window): Test MODIFF to set buffer_unchanged_p.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Jul 2002 21:44:48 +0000
(21:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Jul 2002 21:44:48 +0000
(21:44 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 38457c569de3d30aee95722f4d14bcc5d9844c82..a271604aa8e912cc8de1cbc1fac2f8c33dee3a30 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-10170,6
+10170,7
@@
redisplay_window (window, just_this_one_p)
= (!NILP (w->window_end_valid)
&& !current_buffer->clip_changed
&& END_UNCHANGED + BEG_UNCHANGED >= Z - BEG
+ && XFASTINT (w->last_modified) >= MODIFF
&& XFASTINT (w->last_overlay_modified) >= OVERLAY_MODIFF);
/* When windows_or_buffers_changed is non-zero, we can't rely on